home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Sample 2.4 Think C distribution / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-09  |  326 b   |  16 lines  |  [TEXT/KAHL]

  1. /*______________________________________________________________________
  2.  
  3.     help.h - Help Window Manager Interface.
  4.     
  5.     Copyright © 1988, 1989, 1990, Northwestern University.
  6. _____________________________________________________________________*/
  7.  
  8.  
  9. #ifndef __help__
  10. #define __help__
  11.  
  12. extern void help_Open (short tag);
  13.  
  14. #endif
  15.  
  16.